function digit - ترجمة إلى العربية
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

function digit - ترجمة إلى العربية

ALGORITHM FOR COMPUTING THE VALUE OF A TRANSCENDENTAL NUMBER
Spigot Algorithms; Spigot function; Digit extraction algorithm

function digit      
رقم وظيفي
decimal digit         
  • The ten digits of the [[Arabic numerals]], in order of value.
NUMERIC SYMBOL USED IN COMBINATIONS TO REPRESENT NUMBERS IN POSITIONAL NUMERAL SYSTEMS
Decimal digit; Tenths digit; Digit (math); Units place; Unit's place; 10s place; 10's place; Tens place; Ten's place; Ones place; One's place; 1s place; 1's place; Units digit; Unit's digit; Units column; Numerical digits; Digital value; Digit value; Arabic decimal digit; Numeric digit
رقم عشري
decimal digit         
  • The ten digits of the [[Arabic numerals]], in order of value.
NUMERIC SYMBOL USED IN COMBINATIONS TO REPRESENT NUMBERS IN POSITIONAL NUMERAL SYSTEMS
Decimal digit; Tenths digit; Digit (math); Units place; Unit's place; 10s place; 10's place; Tens place; Ten's place; Ones place; One's place; 1s place; 1's place; Units digit; Unit's digit; Units column; Numerical digits; Digital value; Digit value; Arabic decimal digit; Numeric digit
‎ رَقَمٌ عُشْري‎

تعريف

Digit
·vt To point at or out with the finger.
II. Digit ·noun One of the terminal divisions of a limb appendage; a finger or toe.
III. Digit ·noun A finger's breadth, commonly estimated to be three fourths of an Inch.
IV. Digit ·noun One of the ten figures or symbols, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, by which all numbers are expressed;
- so called because of the use of the fingers in counting and computing.
V. Digit ·noun One twelfth part of the diameter of the sun or moon;
- a term used to express the quantity of an eclipse; as, an eclipse of eight digits is one which hides two thirds of the diameter of the disk.

ويكيبيديا

Spigot algorithm

A spigot algorithm is an algorithm for computing the value of a transcendental number (such as π or e) that generates the digits of the number sequentially from left to right providing increasing precision as the algorithm proceeds. Spigot algorithms also aim to minimize the amount of intermediate storage required. The name comes from the sense of the word "spigot" for a tap or valve controlling the flow of a liquid. Spigot algorithms can be contrasted with algorithms that store and process complete numbers to produce successively more accurate approximations to the desired transcendental.

Interest in spigot algorithms was spurred in the early days of computational mathematics by extreme constraints on memory, and such an algorithm for calculating the digits of e appeared in a paper by Sale in 1968. In 1970, Abdali presented a more general algorithm to compute the sums of series in which the ratios of successive terms can be expressed as quotients of integer functions of term positions. This algorithm is applicable to many familiar series for trigonometric functions, logarithms, and transcendental numbers because these series satisfy the above condition. The name "spigot algorithm" seems to have been coined by Stanley Rabinowitz and Stan Wagon, whose algorithm for calculating the digits of π is sometimes referred to as "the spigot algorithm for π".

The spigot algorithm of Rabinowitz and Wagon is bounded, in the sense that the number of terms of the infinite series that will be processed must be specified in advance. The term "streaming algorithm" indicates an approach without this restriction. This allows the calculation to run indefinitely varying the amount of intermediate storage as the calculation progresses.

A variant of the spigot approach uses an algorithm which can be used to compute a single arbitrary digit of the transcendental without computing the preceding digits: an example is the Bailey–Borwein–Plouffe formula, a digit extraction algorithm for π which produces base 16 digits. The inevitable truncation of the underlying infinite series of the algorithm means that the accuracy of the result may be limited by the number of terms calculated.